net.addrPortUDPAddr.IsValid (method, view implemented interface methods)
5 uses
	net (current package)
		udpsock.go#L192: 	if ap.IsValid() {
		udpsock_posix.go#L143: 	if !addr.IsValid() {
		udpsock_posix.go#L180: 	if c.fd.isConnected && addr.IsValid() {
		udpsock_posix.go#L183: 	if !c.fd.isConnected && !addr.IsValid() {
	net/netip
		netip.go#L1138: func (p AddrPort) IsValid() bool { return p.ip.IsValid() }
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |